home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / ma.dir / 00811_MA015.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  159 b   |  9 lines

  1. on mouseUp
  2.   global gSIlinkinfo, gMAathStr
  3.   if hPressButton() then
  4.     put "JEM" && gMAathStr
  5.     set gSIlinkinfo to gMAathStr
  6.     navGoTo("hf")
  7.   end if
  8. end
  9.